home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
biz
/
dbase
/
db.lha
/
Examples
/
ARexxDemos
/
firstcharupper.db
< prev
next >
Wrap
Text File
|
1994-11-20
|
177b
|
8 lines
/* Rexxprogram for db that convert the first character to upper case.
* By Anders Callertun 1994
*/
options results
GETFIELD
PUTFIELD upper(left(result,1))||substr(result,2)